home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KSWOTL.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.5 KB  |  67 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM B-17 Bomber in SWOTL by LucasArts
  14.  
  15. REM Set BLACK and RED switches to DIGITAL.
  16.  
  17. REM ALWAYS put rocker on WCS II handle in middle position before entering
  18. REM the simulator so the Autopilot toggles on/off properly to begin with and
  19. REM you can minimize having to select it from the keyboard.
  20.  
  21.  MDEF KSWOTL
  22.  
  23.  @DigitalThrottle
  24.  
  25. BTN UB ScanView
  26. BTN MB /T Guns&Cannons
  27.        /T SendsPilotPositi
  28. BTN LB /T SendsBombardiers
  29.        /T TogglesPilot&Las
  30. BTN HU BallTurretGunner
  31. BTN HR /T LeftCheekGun
  32.        /T RightWaistGunner
  33. BTN HD /T TailTurrentTailG
  34.        /T TopTurrentGunner
  35. BTN HL /T RightCheekGun
  36.        /T LeftWaistGunner
  37. BTN HM ChinTurrentNoseG
  38. BTN 1 /U Engine1Increase
  39.       /M Bombloads
  40.       /D Engine1Decrease
  41. BTN 2 /U Engine2Increase
  42.       /M Rockets
  43.       /D Engine2Decrease
  44. BTN 3 /U Engine3Increase
  45.       /M FuelTanks
  46.       /D Engine3Decrease
  47. BTN 4 /U Engine4Increase
  48.       /M Flaps
  49.       /D Engine4Decrease
  50. BTN 5 /U Maps
  51.       /M LandingGear
  52.       /D GunCamera
  53. BTN 6 DropBombsOrRocke
  54. RKR UP /P Autopilot
  55.        /R Autopilot
  56. RKR DN /P Autopilot
  57.        /R Autopilot
  58. BTN MT /P /N Pause
  59.        /R PauseOff
  60.  
  61. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  62. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  63. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  64. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  65. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  66. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  67.